home *** CD-ROM | disk | FTP | other *** search
/ Cobra Utilities for Doom & Doom II / Cobra Utilities For Doom & Doom II - Disc 1.iso / files / level / doom_j1d / jcmdemo.bat < prev    next >
Encoding:
DOS Batch File  |  1994-07-06  |  408 b   |  16 lines

  1. echo off
  2. cls
  3. if "%1" == "" goto badparm
  4. echo Be sure JCM1.WAD is in this directory, and you are running
  5. echo DOOM version 1.2 or combat bob will run <drunk> stupid!
  6. pause
  7. DOOM -playdemo JCM-e1m%1  -file JCM1.WAD
  8. goto done
  9. :badparm
  10. echo JCMDEMO.BAT usage
  11. echo  
  12. echo JCMDEMO 6     (plays back level 6 solution)
  13. echo JCMDEMO 9     (plays back level 9 solution)
  14. echo etc....     Try again!
  15. :done
  16.